Vcenter Deployment Migrate ActiveDirectorySpec

Vcenter Deployment Migrate ActiveDirectorySpec
Vcenter Deployment Migrate ActiveDirectorySpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0. Deprecated since the removal of vCenter Migration Assistant.

API is disabled and returns errors as of vSphere API 9.0.0.0.

The Vcenter Deployment Migrate ActiveDirectorySpec schema contains information used to join the migrated vCenter Server appliance to the Active Directory.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "domain": "string",
    "username": "string",
    "password": "string"
}
string
domain
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The domain name of the Active Directory server to which the migrated vCenter Server appliance should be joined.

This property was added in vSphere API 7.0.0.0.

string
username
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Active Directory user that has permission to join the Active Directory after the vCenter Server is migrated to appliance.

This property was added in vSphere API 7.0.0.0.

string
password
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Active Directory user password that has permission to join the Active Directory after the vCenter Server is migrated to appliance.

This property was added in vSphere API 7.0.0.0.

Deprecated